home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000081_amos-request@svcs1.digex.net_Wed Sep 8 17:33:34 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  2KB

  1. Received: from po.CWRU.Edu by access.digex.net with SMTP id AA04918
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Wed, 8 Sep 1993 17:33:32 -0400
  3. Return-Path: <amos-request@svcs1.digex.net>
  4. Received: from svcs1.digex.net by po.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.9.3)
  5.     id AA06944; Wed, 8 Sep 93 16:36:22 -0400 from amos-request@svcs1.digex.net for )
  6. Received: by svcs1.digex.net id AA05131
  7.   (5.65c/IDA-1.4.4 for amos-list-out); Wed, 8 Sep 1993 16:17:57 -0400
  8. Received: from access.digex.net by svcs1.digex.net with SMTP id AA05127
  9.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Wed, 8 Sep 1993 16:17:56 -0400
  10. Received: from CCVAX.FULLERTON.EDU (csu.Fullerton.EDU) by access.digex.net with SMTP id AA21506
  11.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Wed, 8 Sep 1993 16:17:52 -0400
  12. Received: from FULLERTON.EDU by FULLERTON.EDU (PMDF #2446 ) id
  13.  <01H2PGM2IHJQ000HMD@FULLERTON.EDU>; Wed, 8 Sep 1993 13:16:42 PST
  14. Date: 08 Sep 1993 13:16:42 -0800 (PST)
  15. From: ROLAND ACTON <XRACTON@FULLERTON.EDU>
  16. Subject: Return Values
  17. To: amos-list@access.digex.net
  18. Message-Id: <01H2PGM2JAHK000HMD@FULLERTON.EDU>
  19. X-Vms-To: IN%"amos-list@access.digex.net"
  20. Mime-Version: 1.0
  21. Content-Transfer-Encoding: 7BIT
  22. Status: RO
  23.  
  24.   Here's a mindbender for you all. I've got an AMOS CLI compiled program that
  25. I'd like to return a value to the calling CLI. In a normal program you would
  26. simply load the return value into D0 when the program ends, but I doubt very
  27. much that this will work with Dreg(0) in AMOS, because that's only used for
  28. calling functions. Anyone have any ideas on how I could do this?